home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / frame_51 / PlaceObject2_327_2 / CLIPACTIONRECORD onClipEvent(keyDown).as next >
Text File  |  2011-08-19  |  200b  |  12 lines

  1. onClipEvent(keyDown){
  2.    var Lastkey = key.getCode();
  3.    if(LastKey == 40)
  4.    {
  5.       _root.tobbyMC.jump("down");
  6.    }
  7.    else if(LastKey == 38)
  8.    {
  9.       _root.tobbyMC.jump("up");
  10.    }
  11. }
  12.